home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / lame_src / mpglib / README < prev    next >
Text File  |  1999-11-23  |  1KB  |  34 lines

  1. MP3 library
  2. -----------
  3. Version 0.2
  4.  
  5. This decoder is a 'light' version (thrown out all unnecessay parts)
  6. from the mpg123 package. I made this for a company.
  7.  
  8. Currently only Layer3 is enabled to save some space. Layer1,2 isn't
  9. tested at all. The interface will not change significantly. 
  10. A backport to the mpg123 package is planed.
  11.  
  12. comiled and tested only on Solaris 2.6
  13. main.c contains a simple demo application for library.
  14.  
  15. COPYING: you may use this source under GPL terms!
  16.  
  17. PLEASE NOTE: This software may contain patented alogrithm (at least
  18.   patented in some countries). It may be not allowed to sell/use products
  19.   based on this source code in these countries. Check this out first!
  20.  
  21. COPYRIGHT of MP3 music:
  22.   Please note, that the duplicating of copyrighted music without explicit
  23.   permission violates the rights of the owner.
  24.  
  25. SENDING PATCHES:
  26.   Maybe I change the copyright policy (ie some kind of more free BSD licencse).
  27.   Please consider this when sending patches/changes.
  28.  
  29. FEEDBACK:
  30.   I'm interessted to here from you, when you use this package as part
  31.   of another project.
  32.  
  33.  
  34.